home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m17.dir / 00001.ls next >
Encoding:
Text File  |  1996-09-09  |  540 b   |  23 lines

  1. on exitFrame
  2.   global gPreviousMenu
  3.   if rollOver(19) then
  4.     puppetSprite(19, 1)
  5.     set the castNum of sprite 19 to cast "b014.roll"
  6.     updateStage()
  7.   else
  8.     set the castNum of sprite 19 to cast "b014"
  9.     updateStage()
  10.   end if
  11.   if rollOver(20) then
  12.     puppetSprite(20, 1)
  13.     set the castNum of sprite 20 to cast "b038.roll"
  14.     updateStage()
  15.   else
  16.     set the castNum of sprite 20 to cast "b038"
  17.     updateStage()
  18.   end if
  19.   mainMenuRollovers()
  20.   set gPreviousMenu to "frame" && QUOTE & "geography" & QUOTE
  21.   go(the frame)
  22. end
  23.